1. Open Git Bash
2. Navigate to the directory where your Vagrant file is
ex. cd /c/Projects/path_to_your_directory
3. "vagrant up" - this gets your virtual machine (VM) started
4. "vagrant ssh" this get's you into your VM
5. "irb" This opens an irb session
6. If you want to run a file where you have Ruby code just type "ruby your_file_name.rb"
2. Navigate to the directory where your Vagrant file is
ex. cd /c/Projects/path_to_your_directory
3. "vagrant up" - this gets your virtual machine (VM) started
4. "vagrant ssh" this get's you into your VM
5. "irb" This opens an irb session
6. If you want to run a file where you have Ruby code just type "ruby your_file_name.rb"